BrowserView

A JavaFX UI component that displays content of the resources loaded in the Browser instance associated with it.

This component represents a container that contains other UI components. Depending on the rendering mode the com.teamdev.jxbrowser.engine.Engine of the associated Browser instance is configured with, this component may consist of both heavyweight and lightweight components.

Functions

Link copied to clipboard
Returns DragAndDrop that allows managing the drag and drop functionality for this BrowserView.
Link copied to clipboard
open fun getBrowser(): Browser
Returns the Browser instance associated with the current view.
Link copied to clipboard
open fun newInstance(browser: Browser): BrowserView
Creates a new BrowserView instance that displays the given browser instance.
Link copied to clipboard
open fun requestFocus()